cody - HTMLify profile

cody
4270 Files
632713 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/01 - Drum Kit
const keys = Array.from(document.querySelectorAll('.key'));
const keyCode = {
A: 65,
S: 83,
D: 68,
F: 70,
G: 71,
const keyCode = {
A: 65,
S: 83,
D: 68,
F: 70,
G: 71,
body,
html {
margin: 0;
padding: 0;
font-family: 'sans';
font-size: 10px;
background: #19172e;
user-select: none;
html {
margin: 0;
padding: 0;
font-family: 'sans';
font-size: 10px;
background: #19172e;
user-select: none;